//==============================================================================
// Wep Epirus Projectile 03_anim.txt
//==============================================================================

//==============================================================================
define aura
{
    TechLogic none/TG Epirus Lvl 11
    set hotspot
    {
        version
        {
            Visualparticle SFX Epirus Aura 03
        }
    }
	set hotspot
    {
        version
        {
            Visualparticle SFX Epirus Aura 03 Yellow
        }
    }
}

//==============================================================================
define glow
{
    TechLogic none/TG Epirus Lvl 11
    set hotspot
    {
        version
        {
            Visualparticle SFX Epirus Glow 03
        }
    }
	set hotspot
    {
        version
        {
            Visualparticle SFX Epirus Glow 03 Yellow
        }
    }
}

//==============================================================================
define projectile
{
    TechLogic none/TG Epirus Lvl 11
    set hotspot
    {
        version
        {
            Visualparticle SFX Epirus Trail 03
        }
    }
	set hotspot
    {
        version
        {
            Visualparticle SFX Epirus Trail 03 Yellow
        }
    }
}

//==============================================================================
define ball
{
    TechLogic none/TG Epirus Lvl 11
    set hotspot
    {
        version
        {
            Visualparticle SFX Epirus Ball 03
        }
    }
	set hotspot
    {
        version
        {
            Visualparticle SFX Epirus Ball 03 Yellow
        }
    }
}

//==============================================================================
anim idle
{
    SetSelector
    {
	  	set hotspot
        {
            version
            {
				Visualnone jimmy
				connect hotspot ball hotspot
				connect hotspot aura hotspot
				connect hotspot glow hotspot
				connect hotspot groundglow hotspot
				connect hotspot projectile hotspot
            }
        }
    }
}

//==============================================================================
anim walk
{
    SetSelector
    {
	  	set hotspot
        {
            version
            {
				Visualnone jimmy
				connect hotspot ball hotspot
				connect hotspot aura hotspot
				connect hotspot glow hotspot
				connect hotspot groundglow hotspot
				connect hotspot projectile hotspot
            }
        }
    }
}
